home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00131_Go Previous Marker.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  256 b   |  12 lines

  1. on mouseUp
  2.   global gBackgroundSound, gSpriteHolder, gCastHolder
  3.   repeat with i = 7 to 19
  4.     set the foreColor of sprite i to 255
  5.     set the ink of sprite i to 36
  6.     updateStage()
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   go(marker(-1))
  10.   stopArtist()
  11. end
  12.